Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / GenericTypeConverter<T> Class / GenericTypeConverter<T> Constructor


In This Topic
    GenericTypeConverter<T> Constructor
    In This Topic
    Initializes a new instance of the GenericTypeConverter<T> class.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New GenericTypeConverter(Of T)()
    public GenericTypeConverter<T>()
    See Also